Welcome![Sign In][Sign Up]
Location:
Search - windows driver development

Search list

[Driver DevelopWindows

Description: 本书非常适合熟悉Windows应用编程的读者转向驱动开发。所有的内容都从最基础的编程方法入手。介绍相关的内核API,然后举出示范的例子。这本书只有不到70页,是一本非常精简的小册子。所以它并不直接指导读者开发某种特定类型的驱动程序。而是起到一个入门指导的作用。-This book is very familiar with the Windows application programming for the development of readers turn to drive. All of the content of the programming from the most basic way to start. Introduced related to the kernel API, and then cited the example of the model. This book is less than 70, is a very concise booklet. So it does not directly guide the reader to develop a particular type of driver. Entry but has played a guiding role.
Platform: | Size: 362496 | Author: 路四方 | Hits:

[Driver DevelopDriverSource

Description: 《Windows驱动开发技术详解》随书源码-" Windows driver development techniques explain" with the source books
Platform: | Size: 2600960 | Author: liyu | Hits:

[Driver DevelopSDIO_Driver

Description: windows设备驱动开发,SDIO的读写操作,供大家学习用-windows device driver development, SDIO to read and write operations, for them to learn to use
Platform: | Size: 15360 | Author: dante | Hits:

[Windows Developchapter01

Description: 开发windows驱动的例子,包括一个nt结构的和wdm的,里面还包括.inf文件-Examples of windows driver development, including the structure of a nt and the wdm, which also includes the. Inf file
Platform: | Size: 887808 | Author: 唐先生 | Hits:

[Driver DevelopWindowsDriverdev

Description: < Windows驱动开发技术详解>>随书光盘源码,共23章,开发环境主要是Visual studio.-Source code of the book Windows Driver development technique , there are 23 chapters in total.
Platform: | Size: 2629632 | Author: MORGAN | Hits:

[Driver DevelopWindows_WDM_Device_Driver_Development

Description: Windows WDM 设备驱动程序开发指南,是学习WDM驱动的好书。-Windows WDM Device Driver Development Guide, is to learn from the good WDM drivers.
Platform: | Size: 46972928 | Author: pannb | Hits:

[Driver DevelopWDFBOOK

Description: 本光盘为《Windows设备驱动程序WDF开发》书籍的配套光盘。光盘中含有书中所有实例的驱动程序和应用程序的全部源代码,以及生成的驱动程序和可执行的应用程序。除USBSample和PCISample实例因需要硬件设备的支持,读者无法运行外,其他11个实例均可在Windows XP和Windows Vista下运行。-The CD-ROM for the " Windows Device Driver Development WDF" book package CD-ROM. Book, CD-ROM contains all instances of the driver and application of all source code, as well as drivers and generate executable applications. In addition to examples from USBSample and PCISample need the support of hardware, readers can not run, the other 11 examples can be found in Windows XP and Windows Vista running under.
Platform: | Size: 1047552 | Author: sck007 | Hits:

[Windows Developdeveloping_drivers_with_the_windows_driver_foundat

Description: Windows驱动开发的教程。适合已有编程经验的开发者阅读-Windows Driver Development Course. Suitable for the development of programming experience has been reading
Platform: | Size: 6792192 | Author: Leon Chen | Hits:

[Windows CEWinCE_BSP_DRV

Description: Windows CE bsp and driver development tutorial doc.
Platform: | Size: 6226944 | Author: tim72 | Hits:

[Windows CES3C2440_WindowsCE_Driver

Description: 随着信息化、 智能化、 网络化的发展 ,嵌入式技术已经成为通信和消费类产品的共同发展方向。简要介绍嵌入 式操作系统 Windows CE ,同时对 Windows CE下两种基本的驱动开发模型本机设备驱动程序和流接口驱动程序进行重点 说明。在了解两种模型的基础上 ,以基于 S3C2440 处理器的 UART0 驱动程序开发为例 ,详细介绍嵌入式操作系统 Win2 dows CE下流接口设备驱动开发的具体过程-With the development of information ,intelligence and network ,embedded technology has became common direc2 tion of communication and consumption product s. This paper simply int roduces embedded operating system Windows CE ,at the same time especially explains two basal driver model of native and st ream interface device drivers under the Windows CE. With this understanding ,it takes the driver development of UART0 which is based on processor of S3C2440 as an example ,in2 t roduces the development process of st ream interface device driver for embedded Windows CE in details.
Platform: | Size: 179200 | Author: 谢开明 | Hits:

[OS programHelloWDM

Description: windows 驱动程序入门 的一个demo ,有助于驱动开发新手入门-windows driver to get into a demo, help drive development of novice Getting Started
Platform: | Size: 153600 | Author: 张建 | Hits:

[Windows DevelopWindowsdriverdevelopment

Description: Windows驱动开发技术详解,包含pdf书和源代码-Windows driver development techniques Xiang Jie, including pdf books and source code
Platform: | Size: 52306944 | Author: Aaron | Hits:

[source in ebookourdev_486937

Description: Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^_^)一直是广大Delphi fans关注的问题。姑且先不说能或者不能,我们先来看看用Delphi开发驱动程序需要解决哪些技术上问题。 Delphi的链接器是无法生成Windows内核模式程序的,因此用delphi无法直接生成驱动程序。M$的链接器是可以生成Windows内核模式程序的,那么是否可以用Delphi生成目标文件,然后用M$链接呢?要这么做必须要解决以下的问题: Delphi生成的目标文件是OMF格式的,而M$ link虽然声称支持OMF格式的目标文件,但基本无用。最好能将OMF格式转换成COFF格式,EliCZ大侠的OMF2D正好可以解决这个问题。解决了目标格式的问题,一切都OK了吗?远没这么简单。继续之前,让我们先来看一下著名的DDDK吧。 DDDK(Delphi Driver Development Kit)是The Hacker Defender Project team发布的一个用Delphi开发Windows驱动程序的工具包,目前最新版是0.0.4版。DDDK是将常用的驱动API用Delphi做了层包装放在DDDK单元中,就像下面这样:-Delphi research-driven development chapter
Platform: | Size: 1280000 | Author: YF | Hits:

[VC/MFCWindows2000DeviceDriverBook

Description: 最好的WINDOWS驱动程序原版书籍, 规划,实现,测试,除错, 安装WINDOWS 驱动程序,步步详尽.-The#1 Windows device driver book- fully updated for Windows 2000! Step-by-step planning, implementation, testing, debugging, installation, and distribution Complete coverage of the new Windows Driver Model (WDM) Practical debugging and interactive troubleshooting CD-ROM: Exclusive tools for streamlining driver development, plus extensive C/C++ sample driver library! Windows Driver Model (WDM) for Windows 2000 and 98- in depth! Building drivers that support Plug-and-Play and Power Management Windows Management Instrumentation: logging device errors and events- and interpreting them Constructing safe reentrant driver code Handling time-out conditions safely and effectively Advanced techniques: kernel-mode threads, layered drivers, and more Start-to-finish debugging and troubleshooting techniques
Platform: | Size: 1880064 | Author: goody | Hits:

[Driver DevelopWindows_driver_development(details)

Description: 有深入浅讲述Windows驱动开发,内容很好,非原创,感谢原作者 驱动开发之一 --- 创建一个简单的设备驱动 驱动开发之二 --- 输入输出控制 驱动开发之三 --- IPC 驱动开发之四 --- 过滤驱动 驱动开发之五 --- TDI 驱动开发之六 --- 一个简单的显示驱动-Shallow in depth about the Windows-driven development, content very good, non-original, thanks--- one of the original author-driven development to create a simple device driver driver development input and output control of 2--- 3--- IPC-driven development of the driver development of the four filter driver------ TDI-driven development of the five-driven development of the six--- a simple display driver
Platform: | Size: 209920 | Author: wlf | Hits:

[Windows DevelopWindows_Driver_Development_chapter01

Description: Windows驱动开发技术详解,这个书介绍了驱动程序的设计,这是第一章的代码,很好,很强大-Windows driver development techniques Xiang Jie, this book describes the design of the driver, this is the first chapter of the code, very good, very strong
Platform: | Size: 18432 | Author: cibe | Hits:

[Windows Developwin2kxpwdmkf2

Description: windows 2000/xp wdm 设备驱动程序开发(第2版) 武安河 编著,网上大多数下的都是第一版,很少有第2版的,我共享下-windows 2000/xp wdm Device Driver Development (2nd Edition) wu' an River ed, on-line are most of the next edition, with little version 2, I have to share
Platform: | Size: 35528704 | Author: zhong | Hits:

[Driver DevelopWindowsDriverDevelopTechnology

Description: 这是一个关于Windows驱动开发的书籍,对有志于驱动开发的人来说,内容值得一读。-This is a book on Windows driver development, driver development for people interested in it, the content is worth reading.
Platform: | Size: 47676416 | Author: cnn | Hits:

[VC/MFCwindriver921

Description: 一种简单实用的windows驱动程序的开发工具,版本9.21-A simple and practical windows driver development tools, version 9.21
Platform: | Size: 20670464 | Author: hcz | Hits:

[Windows DevelopWindowsdriver

Description: Windows驱动开发技术详解(源代码)希望大家好好学习啊 哈哈 -Windows driver development techniques Xiang Jie (source code) hope that we learn from ah Thank you,
Platform: | Size: 4552704 | Author: ll | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 30 »

CodeBus www.codebus.net